{
  "resourceType" : "Contract",
  "id" : "ResidencePlaceOfCare",
  "meta" : {
    "profile" : ["https://fhir.by/StructureDefinition/PlaceOfCare"]
  },
  "extension" : [{
    "url" : "https://fhir.by/StructureDefinition/AddressExtension",
    "valueAddress" : {
      "extension" : [{
        "url" : "https://fhir.by/StructureDefinition/StreetGeoRegistry",
        "valueCodeableConcept" : {
          "coding" : [{
            "system" : "https://fhir.by/ValueSet/StreetGeoRegistry",
            "code" : "72609920778",
            "display" : "Переулок Снежный"
          }]
        }
      },
      {
        "url" : "https://fhir.by/StructureDefinition/ApartmentRoom",
        "valueString" : "кв. 11"
      }],
      "use" : "home",
      "text" : "Могилевская область, г.Могилев, Переулок Снежный, д.19",
      "postalCode" : "212011"
    }
  }],
  "status" : "executable",
  "issued" : "2023-09-09T14:00:00Z",
  "applies" : {
    "start" : "2023-09-09T14:00:00Z"
  },
  "subject" : [{
    "reference" : "Patient/PatientForDemo"
  }],
  "authority" : [{
    "reference" : "Organization/9ad86c36-0f29-428d-b476-c8603a7cdd1f"
  }],
  "title" : "Закрепление пациента 2023-09-09",
  "author" : {
    "reference" : "Organization/9ad86c36-0f29-428d-b476-c8603a7cdd1f"
  },
  "type" : {
    "coding" : [{
      "system" : "https://fhir.by/ValueSet/ReasonForServiceCare",
      "code" : "residence"
    }]
  },
  "subType" : [{
    "coding" : [{
      "system" : "https://fhir.by/ValueSet/SubTypeServiceCare",
      "code" : "main"
    }]
  }]
}